const go/parser.maxNestLev

2 uses

	go/parser (current package)
		parser.go#L121: const maxNestLev int = 1e5
		parser.go#L125: 	if p.nestLev > maxNestLev {